Improvements to Advanced Tutorial doc #3266
Conversation
WIP to test formatting
fix collapsing blocks
…ckhouse-docs into tutorial-updates
Fix grammar, formatting, and cut marketing content.
Fix city name inconsistency
| ``` | ||
| :::note | ||
| Generally, we avoid using `SELECT *` often in ClickHouse. You should only retrieve the columns you actually need. However, in this example, we wanted it to be slow because why? | ||
| ::: |
There was a problem hiding this comment.
It's not clear to me why you'd want this query to be slow.
| 1. Connect to the SQL console | ||
| The New York City taxi dataset contains details about millions of taxi rides, with columns including tip amount, tolls, payment type, and more. Create a table to store this data. | ||
|
|
||
| <SQLConsoleDetail /> |
There was a problem hiding this comment.
These two giant screenshots seem extremely unnecessary and disruptive to the reader's experience.
|
@noramullen1 This is our 13th most viewed page, so thank you for the very valuable contribution! :) Spell check is failing on these words: As they're part of a query response we just need to add them as exceptions here: https://github.com/ClickHouse/clickhouse-docs/blob/main/scripts/aspell-dict-file.txt |
Add spelling exceptions
Ah, thanks @Blargian! I added them to the file, looks like it's passing the spell check now. (sorry for the delay, realized my account was linked to an outdated email address!) |
remove in-line question
Fixes #3268
Summary
Various style and grammar updates, including the following:
Remove "marketing lingo"
Organization and user experience
Example says "right join" but code shows inner join